home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 1.7 KB | 67 lines | [TEXT/MPS ] |
- /*
- File: TSMTE.idl
-
- Contains: Text Services Managerfor TextEdit Interfaces.
-
- Version: Technology: System 7.5
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- */
- #ifndef __TSMTE_IDL__
- #define __TSMTE_IDL__
-
- #include <somobj.idl>
- #include <somcls.idl>
-
- #ifndef __TEXTEDIT_IDL__
- #include <TextEdit.idl>
- #endif
- #ifndef __DIALOGS_IDL__
- #include <Dialogs.idl>
- #endif
- #ifndef __APPLEEVENTS_IDL__
- #include <AppleEvents.idl>
- #endif
- #ifndef __TEXTSERVICES_IDL__
- #include <TextServices.idl>
- #endif
- /* #include <Gestalt.i>*/
-
- #ifdef __SOMIDL__
-
- #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
- /* signature, interface types*/
- /* update flag for TSMTERec*/
- /* callback procedure definitions*/
- typedef OpaquePtr TSMTEPreUpdateProcPtr;
- typedef OpaquePtr TSMTEPreUpdateUPP;
- typedef OpaquePtr TSMTEPostUpdateProcPtr;
- typedef OpaquePtr TSMTEPostUpdateUPP;
- /* data types*/
- typedef SOMLargeStruct TSMTERec; /* Derived from a struct of 20 bytes in size */
-
- typedef OpaquePtr TSMTERecPtr; /* Substituted OpaquePtr for “TSMTERec*” */
-
- typedef OpaquePtr TSMTERecHandle; /* Substituted OpaquePtr for “TSMTERecPtr*” */
-
- #endif
- #if !FOR_OPAQUE_SYSTEM_DATA_STRUCTURES
- typedef SOMLargeStruct TSMDialogRecord; /* Derived from a struct of 190 bytes in size */
-
- typedef OpaquePtr TSMDialogPeek; /* Substituted OpaquePtr for “TSMDialogRecord*” */
-
- #endif
-
- #endif /* __SOMIDL__ */
-
- #endif /* __TSMTE_IDL__ */
-
-